git-htl-init_sigset
authorGNU Libc Maintainers <debian-glibc@lists.debian.org>
Thu, 6 Jan 2022 21:32:53 +0000 (21:32 +0000)
committerAurelien Jarno <aurel32@debian.org>
Thu, 6 Jan 2022 21:32:53 +0000 (21:32 +0000)
commitf14beeb0d54569bb1a4c5274fef18c17adfd99f7
treed4fdcc4256cb8fff677c9b0a0453f1dbb7ee28a6
parentd8c7ab2af6ac98e99efbc1ff48bbf09d0f7b0d54
git-htl-init_sigset

Commited for 2.35

commit 514638699d4b76826096a5f47136dc58f7619944
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Sun Sep 26 02:40:26 2021 +0200

    htl: Fix sigset of main thread

    d482ebfa6785 ('htl: Keep thread signals blocked during its initialization')
    fixed not letting signals get delivered too early during thread creation,
    but it also affected the main thread, thus making it block signals by
    default.  We need to just let the main thread sigset as it is.

Gbp-Pq: Topic hurd-i386
Gbp-Pq: Name git-htl-init_sigset.diff
htl/pt-create.c